home *** CD-ROM | disk | FTP | other *** search
- object PrintStatusForm: TPrintStatusForm
- Left = 304
- Top = 180
- ActiveControl = CancelBtn
- BorderStyle = bsDialog
- Caption = 'Print Status'
- ClientHeight = 118
- ClientWidth = 278
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 265
- Height = 65
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 11
- Top = 16
- Width = 60
- Height = 13
- Alignment = taRightJustify
- Caption = 'Print Job:'
- end
- object Label2: TLabel
- Left = 11
- Top = 48
- Width = 60
- Height = 13
- Alignment = taRightJustify
- Caption = 'Page:'
- end
- object TitleLabel: TLabel
- Left = 80
- Top = 16
- Width = 177
- Height = 25
- AutoSize = False
- Caption = 'TitleLabel'
- WordWrap = True
- end
- object PageNumLabel: TLabel
- Left = 80
- Top = 48
- Width = 177
- Height = 13
- AutoSize = False
- Caption = 'PageNumLabel'
- end
- object CancelBtn: TBitBtn
- Left = 100
- Top = 84
- Width = 77
- Height = 27
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = CancelBtnClick
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-